home *** CD-ROM | disk | FTP | other *** search
- on(release){
- var s;
- _parent.SDButton();
- s = new String(lb.E);
- if(s.length == 0)
- {
- lb.E = "Anonimus";
- }
- delete s;
- lb.NameAdd();
- _parent.vRestart = true;
- _parent.TopAdd(lb.E,_parent.vSC + _parent.vBonus);
- removeMovieClip("");
- attachMovie("_top","wtop",15002);
- wtop._x = (800 - wtop._width) / 2;
- wtop._y = (600 - wtop._height) / 2;
- }
-